Assign Variable

An AssignVariable statement allows you to set the value of a process variable.

Note: Assign statement does not support Product Variables with Product Instances. However, you can still assign an empty (null) value to a product variable to reuse it, for example, inside a while loop.

Properties

Name Description
IsEnabled Turns on/off the execution of this statement.
TargetProperty Name of the variable to assign a new value
ValueExpression Defines an expression which result gets assigned to the TargetProperty variable.